type google.golang.org/grpc/internal/transport.cbItem
4 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L112: type cbItem interface {
controlbuf.go#L353: func (c *controlBuffer) put(it cbItem) error {
controlbuf.go#L365: func (c *controlBuffer) executeAndPut(f func() bool, it cbItem) (bool, error) {
controlbuf.go#L443: h := c.list.dequeue().(cbItem)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)